func runtime.dumpbool
6 uses
runtime (current package)
heapdump.go#L138: func dumpbool(b bool) {
heapdump.go#L208: dumpbool(t.Kind_&kindDirectIface == 0 || t.PtrBytes != 0)
heapdump.go#L358: dumpbool(isSystemGoroutine(gp, false))
heapdump.go#L359: dumpbool(false) // isbackground
heapdump.go#L511: dumpbool(false) // little-endian ptrs
heapdump.go#L513: dumpbool(true) // big-endian ptrs
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |